home *** CD-ROM | disk | FTP | other *** search
/ Hi-Quality Photo Graphics / Hi-Quality Photo Graphics.iso / pc / mh01.dir / 00091_Script_91 < prev    next >
Text File  |  1996-10-24  |  251b  |  9 lines

  1. on pauseAndGo
  2.   if the name of menuItem 5 of menu"CONTROLS" = "TOMARU" then
  3.     pause
  4.     set the name of menuItem 5 of menu "CONTROLS" to "UGOKU"
  5.   else
  6.     continue
  7.     set the name of menuItem 5 of menu "CONTROLS" to "TOMARU"
  8.   end if
  9.   end